home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000217_news@columbia.edu _Wed Jun 30 10:19:01 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA11212
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 30 Jun 1999 10:19:01 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA11374
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 30 Jun 1999 09:58:56 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: VT-100 Terminal Problem-Mostly Solved
  11. Date: 30 Jun 1999 13:58:54 GMT
  12. Organization: Columbia University
  13. Message-ID: <7ld7qu$b3b$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <37797B92.BB45F209@ix.netcom.com>,
  17. Jeffrey  <Jefflex@ix.netcom.com> wrote:
  18. : Now that I have gotten the VT-100 terminal to mark and print using keyboard
  19. : and/or command lines, perhaps someone could suggest how I can get the same
  20. : functions from the mouse.  Presently, the mouse can highlight portions of
  21. : the emulated terminal session, but any attempt to "select" the highlighted
  22. : portions results in the marked area reverting to unmarked, unselected text.
  23. K95's mouse actions might be a bit different from what you expect.  They are
  24. designed for speed, and ultimately ease of use.  Most of them accomplish in
  25. one action operations that normally take two or three actions.
  26.  
  27. Highlighting text with the mouse does select the text, even though the
  28. highlighting disappears when you let go of the mouse button.  The text is
  29. indeed copied to the clipboard.  Then you can copy it into other windows
  30. using normal methods (e.g. Edit->Paste or Ctrl-V) in that window.
  31.  
  32. : What settings or commands do I use to get the left mouse button to "mark"
  33. : the selected portions of the session and the right mouse button to send
  34. : the marked selection to my network print que?
  35. Ctrl-Shift-Drag-Button-1 is supposed to select text and send it to the
  36. printer.  As far as I can tell, this works fine in Kermit 95 1.1.17.
  37. However, this is all one action, not two separate actions (mark, then print).
  38.  
  39. The mouse-related buttons on the Console window toolbar can be used too
  40. if you SET MOUSE ACTIVATE OFF, but they don't work very well due to bugs
  41. in the Microsoft Console Driver, and they don't have nearly the
  42. functionality of Kermit's built-in mouse actions.
  43.  
  44. For a complete description of what the mouse can do, and how, in Kermit 95,
  45. see the online manual (accessible from Help on the Dialer menu), Chapter 7
  46. (Using the Terminal Emulator), Section "Using the Mouse".
  47.  
  48. - Frank